home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / seemail1.zip / SMB0A0B.LD < prev    next >
Text File  |  1991-11-09  |  756b  |  33 lines

  1. @echo off
  2. rem SEE MAIL batch file
  3. rem This runs See Mail from a location on your LAN
  4. rem
  5. rem Replace the p:\mailprg with the location on your LAN
  6. rem of the See Mail program.
  7. rem If you want to use MCI Mail copy the MCImail.com & mmterm.com to
  8. rem your main mail folder (%%p).
  9. if exist p:\mailprg\see-mail.exe goto :mailok
  10. goto :lanerr
  11. :mailok
  12. if exist %%m\sm*.cfg goto :instlok
  13. echo 
  14. echo Installing mail system..........
  15. echo on
  16. md %%m
  17. md %%m\outgoing.fld
  18. md %%m\incoming.fld
  19. md %%m\drafts.fld
  20. md %%m\sent.fld
  21. md %%m\unsent.fld
  22. md %%m\status.fld
  23. copy p:\mailprg\*.cfg %%m
  24. @echo off
  25. :instlok
  26. echo Loading mail program...
  27. p:\mailprg\see-mail.exe %%m
  28. goto :endprg
  29. :lanerr
  30. echo 
  31. echo Ooops! Network not found......
  32. :endprg
  33.